func go/types.newUnifier

2 uses

	go/types (current package)
		infer.go#L117: 	u := newUnifier(tparams, targs, check.allowVersion(go1_21))
		unify.go#L91: func newUnifier(tparams []*TypeParam, targs []Type, enableInterfaceInference bool) *unifier {